home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000211_news@columbia.edu _Fri Jan 12 15:43:05 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id PAA29981
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Fri, 12 Jan 2001 15:43:05 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA16242
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 12 Jan 2001 15:43:05 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id PAA00768
  10.     for kermit.misc@watsun.cc.columbia.edu; Fri, 12 Jan 2001 15:32:22 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: secure FTP
  14. Date: 12 Jan 2001 20:32:16 GMT
  15. Organization: Columbia University
  16. Message-ID: <93npkg$nr$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <3A5F460E.60D6E6DE@eu.kddi.com>,
  20. terry tashiro  <tashiro@eu.kddi.com> wrote:
  21. : Probably this newsgroup is not appropriate.
  22. : But I did not get any response from comp.security.misc so that I thought
  23. : Linux people might know something.
  24. : I have been looking for secure FTP programs which work like https.
  25. : https works with a browserand secure httpd and does not require any
  26. : client programs.
  27. : I just type sftp://ftp.common.com in a browser and a secure ftp server
  28. : will do the rest.
  29. : Or there are no such programs?
  30. Here's one:
  31.  
  32.   http://www.columbia.edu/kermit/ftpclient.html
  33.  
  34. - Frank
  35. off you're not using "set protocol zmodem" and "send".
  36. Did you try that?  See Chapter 14 of Using C-Kermit.
  37.  
  38. Aside from that I don't see anything obviously wrong with your script,
  39. but I don't know the details of the connection, etc.  Try replacing:
  40.  
  41.   redirect /usr/bin/csz -vvv \%f
  42.  
  43. with:
  44.  
  45.   send /binary \%f
  46.  
  47. and see if it makes a difference.  If not, follow up by email to
  48. kermit-support@columbia.edu.
  49.  
  50. - Frank
  51.